-
Notifications
You must be signed in to change notification settings - Fork 4
Rewrite web interface replacing NanoHTTPD in favor of Javalin. Fixes #1 #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Aaaand build is broken again... not sure what is going on with dependencies here. |
|
Does this obsolete #12? |
Once I git it to actually work it will. So far I am having trouble building properly with the dependencies needed. I could have sworn it build fine with this |
|
Alright... threw away Edit: And of course the artifacts created by building on github are broken... I don't get what is going on here. |
|
Alright, took some work but finally got it working properly using the shadow plugin. |
Alright, actually got it working. Fixes #1
Replaces NanoHTTPD in favor of javalin giving a cleaner and more modern implementation.